// var TN_Widget = function() { var months = ["", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"]; return { newWindow : true, CreateEventRow : function(row, isAlt) { var dateArray = row[4].split('/'); var date = months[dateArray[0]] + " " + dateArray[1]; var parking = row[0].split(':')[0] if (parking !== "PARKING") { return "
" + row[3].substring(0,3) + "
" + date + "" + row[5] + "
" + row[0] + "" + row[1] + ", " + row[2] + "
"; } }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kwds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability var newResults = []; for(var cntr = 0; cntr < eventData.length; cntr++) newResults.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '
' + newResults.join('') + '
'; } else document.write('
' + newResults.join('') + '
'); if(eventData.length >= 101 && kwds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kwds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kwds + " on TicketNetwork.com
"); } } } }; }(); //BPW-TNSERV-02A TN_Widget.AddCss('//tn-widget.seatics.com/widget2Css/results-style-1.css'); TN_Widget.AddCss('//s3.amazonaws.com/ticketnetwork/fonts/TTNorms/TTNorms.css'); TN_Widget.CreateTable([['St. Paul and The Broken Bones & The Wood Brothers','Holliday Park','Indianapolis, IN','Thursday','7/10/2025','6:00 PM','7009482','St--Paul-and-The-Broken-Bones---The-Wood-Brothers-7-10-2025'],['St. Paul and The Broken Bones & The Wood Brothers','MGM Northfield Park - Center Stage','Northfield, OH','Friday','7/11/2025','7:00 PM','7023770','St--Paul-and-The-Broken-Bones---The-Wood-Brothers-7-11-2025'],['St. Paul and The Broken Bones & The Wood Brothers','Kresge Auditorium at Interlochen Center for the Arts','Interlochen, MI','Saturday','7/12/2025','7:00 PM','7024385','St--Paul-and-The-Broken-Bones---The-Wood-Brothers-7-12-2025'],['St. Paul and The Broken Bones & The Wood Brothers','Sweetwater Pavilion','Fort Wayne, IN','Sunday','7/13/2025','7:00 PM','7023771','St--Paul-and-The-Broken-Bones---The-Wood-Brothers-7-13-2025'],['St. Paul and The Broken Bones & The Wood Brothers','The Factory - Chesterfield','St. Louis, MO','Tuesday','7/15/2025','6:30 PM','7023772','St--Paul-and-The-Broken-Bones---The-Wood-Brothers-7-15-2025'],['St. Paul and The Broken Bones & The Wood Brothers','GrindersKC','Kansas City, MO','Wednesday','7/16/2025','6:30 PM','7023004','St--Paul-and-The-Broken-Bones---The-Wood-Brothers-7-16-2025'],['St. Paul and The Broken Bones & The Wood Brothers','Stiefel Theatre For The Performing Arts','Salina, KS','Thursday','7/17/2025','7:30 PM','7024387','St--Paul-and-The-Broken-Bones---The-Wood-Brothers-7-17-2025'],['St. Paul and The Broken Bones','Victory North','Savannah, GA','Thursday','9/18/2025','8:00 PM','7196279','St--Paul-and-The-Broken-Bones-9-18-2025'],['St. Paul and The Broken Bones','The Caverns - TN','Pelham, TN','Sunday','9/21/2025','6:00 PM','7196280','St--Paul-and-The-Broken-Bones-9-21-2025'],['St. Paul and The Broken Bones','Tennessee Theatre','Knoxville, TN','Wednesday','9/24/2025','7:30 PM','7196281','St--Paul-and-The-Broken-Bones-9-24-2025'],['St. Paul and The Broken Bones','Montgomery Performing Arts Centre','Montgomery, AL','Thursday','9/25/2025','7:30 PM','7196282','St--Paul-and-The-Broken-Bones-9-25-2025'],['St. Paul and The Broken Bones','The Senate at Tin Roof','Columbia, SC','Friday','9/26/2025','8:00 PM','7196283','St--Paul-and-The-Broken-Bones-9-26-2025'],['Lake Street Dive & St. Paul and The Broken Bones','St. Augustine Amphitheatre','St. Augustine, FL','Saturday','9/27/2025','6:30 PM','7007045','Lake-Street-Dive---St--Paul-and-The-Broken-Bones-9-27-2025'],['St. Paul and The Broken Bones','Minglewood Hall','Memphis, TN','Thursday','10/16/2025','8:00 PM','7196285','St--Paul-and-The-Broken-Bones-10-16-2025'],['Moon Crush Whiskey Moon: Whiskey Myers, Shane Smith and The Saints, St. Paul and The Broken Bones & Josh Meloy - 3 Day Pass','Seascape Golf, Beach and Tennis Resort','Miramar Beach, FL','Friday','11/7/2025','TBD','6893396','Moon-Crush-Whiskey-Moon--Whiskey-Myers--Shane-Smith-and-The-Saints--St--Paul-and-The-Broken-Bones---Josh-Meloy---3-Day-Pass-11-7-2025']],'St. Paul and The Broken Bones','http://www.ticketnetwork.com/en/search/?text=St.%20Paul%20and%20The%20Broken%20Bones');